DEVEL...

[0.1]
	First Release
	Working on connection

[0.1a]
	Fixed typo
	Works!

[0.2]
	Working on receiving data

[0.2a]
	Another small typo fix.

[0.3]
	Working on the "server" part, how many processes, etc.

[0.3a]
	Fixed minor issues, working!


RELEASE

[1.0] - 5/1/2019
	First Official Release
	Added "mdWS_InitHooks"

[1.3] Fragmentation supported!

[1.4] Connection Window Added!

[1.5] Some IDLE/Delay processes added to play nice with other server processes.

[1.6] Fixes some timing issues & help recover if the synchronous "allowConnection" hook gets stuck or aborted...

[1.7] Changed the naming of the websockets processes to follow their process ids instead of my own iterative index.

[1.8] Added a check if the port requested is already "in use" and if it is, cleanly close the mdWebsocket Service and use a non-blocking alert to share the error message

[1.8.1] Added a check for the websocket data payload length.  Verifying it against the actual blob sized received.

[2.0] Using Semaphores and process variables mostly. (Removing as many Inter-process variables as possible, still need some for now)

